home *** CD-ROM | disk | FTP | other *** search
- %!
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- %% %%
- %% startup.ps: default definitions for the JPEG dictionaries are %%
- %% located here. These definitions may be edited, with care. %%
- %% Eventually, more definitions may be placed here. %%
- %% %%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
- systemdict /distillerstuff get begin
- /JpegLoCompression <<
- /QFactor 0.15
- /HSamples [1 1 1 1]
- /VSamples [1 1 1 1]
- /Blend 1
- /ColorTransform 1
- >> def
-
- /JpegMedCompression <<
- /QFactor 0.50
- /Blend 1
- /HSamples [2 1 1 2]
- /VSamples [2 1 1 2]
- >> def
-
- /JpegHiCompression <<
- /QFactor 1.3
- /Blend 1
- /HSamples [2 1 1 2]
- /VSamples [2 1 1 2]
- >> def
-
- /CCITTDict <<
- /K -1
- >> def
-
- /NTfontnames<<
- >> def
-
- /NTfonttypes<<
- /Map_Symbols 0
- /MS_Outlook 0
- /MT_Extra 0
- >> def
- end
-
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-